bitkeeper revision 1.217.1.1 (3ebb6b5a7lgG9jA710WaSwLy4Pviww)
authortlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>
Fri, 9 May 2003 08:48:26 +0000 (08:48 +0000)
committertlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>
Fri, 9 May 2003 08:48:26 +0000 (08:48 +0000)
event.c:
  Add missing stop event to event.c lost during earlier checkin

xen/common/event.c

index b2365f7dfe852e0d339d982f41684e81b1ec8794..d0c538d0d305b4be643fd96ac0c42389954e0b1f 100644 (file)
@@ -19,7 +19,8 @@ extern void schedule(void);
 static hyp_event_callback_fn_t event_call_fn[] = 
 {
     schedule,
-    kill_domain
+    kill_domain,
+    stop_domain
 };
 
 /* Handle outstanding events for the currently-executing domain. */